home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / BOCA144.INC < prev    next >
Text File  |  1994-03-28  |  819b  |  38 lines

  1. ; BocaModem 14.4Kbps V.32bis FaxModem
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;        AT&F
  8. ;        ATN1W0&Q9&C1&D2&K3%E1S10=30S11=50S95=3
  9. ;        AT&W0
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 38400 baud
  12. ;        MNP operation is enabled
  13. ;        If running OS/2 1.x, change all 38400's to 19200
  14.  
  15. Baud          38400
  16. Parity        N
  17. WordLen       8
  18. StopBits      1
  19.  
  20. XonXoff       NEITHER
  21. CtsRts        BOTH
  22. MatchBaud     FALSE
  23.  
  24. ModemInitStrg ATZ^M
  25. ModemDialStrg ATDT
  26. ModemDialSufx ^M
  27. ModemHangStrg ;
  28. DTRHangup     TRUE
  29.  
  30. Connect       CONNECT,38400
  31.  
  32. NoConnect     NO_DIALTONE
  33. NoConnect     NO_CARRIER
  34. NoConnect     BUSY
  35. NoConnect     VOICE
  36.  
  37.  
  38.